Autogenerated HTML docs for v1.6.1-rc3
diff --git a/git-config.html b/git-config.html index b9082d3..b342c1d 100644 --- a/git-config.html +++ b/git-config.html
@@ -2052,6 +2052,107 @@ </p> </dd> <dt> +guitool.<name>.cmd +</dt> +<dd> +<p> + Specifies the shell command line to execute when the corresponding item + of the <a href="git-gui.html">git-gui(1)</a> <tt>Tools</tt> menu is invoked. This option is + mandatory for every tool. The command is executed from the root of + the working directory, and in the environment it receives the name of + the tool as <em>GIT_GUITOOL</em>, the name of the currently selected file as + <em>FILENAME</em>, and the name of the current branch as <em>CUR_BRANCH</em> (if + the head is detached, <em>CUR_BRANCH</em> is empty). +</p> +</dd> +<dt> +guitool.<name>.needsfile +</dt> +<dd> +<p> + Run the tool only if a diff is selected in the GUI. It guarantees + that <em>FILENAME</em> is not empty. +</p> +</dd> +<dt> +guitool.<name>.noconsole +</dt> +<dd> +<p> + Run the command silently, without creating a window to display its + output. +</p> +</dd> +<dt> +guitool.<name>.norescan +</dt> +<dd> +<p> + Don't rescan the working directory for changes after the tool + finishes execution. +</p> +</dd> +<dt> +guitool.<name>.confirm +</dt> +<dd> +<p> + Show a confirmation dialog before actually running the tool. +</p> +</dd> +<dt> +guitool.<name>.argprompt +</dt> +<dd> +<p> + Request a string argument from the user, and pass it to the tool + through the <em>ARGS</em> environment variable. Since requesting an + argument implies confirmation, the <em>confirm</em> option has no effect + if this is enabled. If the option is set to <em>true</em>, <em>yes</em>, or <em>1</em>, + the dialog uses a built-in generic prompt; otherwise the exact + value of the variable is used. +</p> +</dd> +<dt> +guitool.<name>.revprompt +</dt> +<dd> +<p> + Request a single valid revision from the user, and set the + <em>REVISION</em> environment variable. In other aspects this option + is similar to <em>argprompt</em>, and can be used together with it. +</p> +</dd> +<dt> +guitool.<name>.revunmerged +</dt> +<dd> +<p> + Show only unmerged branches in the <em>revprompt</em> subdialog. + This is useful for tools similar to merge or rebase, but not + for things like checkout or reset. +</p> +</dd> +<dt> +guitool.<name>.title +</dt> +<dd> +<p> + Specifies the title to use for the prompt dialog. The default + is the tool name. +</p> +</dd> +<dt> +guitool.<name>.prompt +</dt> +<dd> +<p> + Specifies the general prompt string to display at the top of + the dialog, before subsections for <em>argprompt</em> and <em>revprompt</em>. + The default value includes the actual command. +</p> +</dd> +<dt> help.browser </dt> <dd> @@ -2916,7 +3017,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2008-12-13 07:35:07 UTC +Last updated 2008-12-15 07:22:05 UTC </div> </div> </body>